home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / shareware / Flash_Oyunlar.exe / bumperball.swf / scripts / frame_24 / DoAction.as
Encoding:
Text File  |  2005-07-13  |  216 b   |  11 lines

  1. _root.Menu_BG.gotoAndPlay(1);
  2. points = 0;
  3. _root.goalcounter = 0;
  4. ingameLoopSound.stop();
  5. if(returnFromGame == 1)
  6. {
  7.    introLoop.setVolume(introLoopVolume);
  8.    introLoop.stop();
  9.    introLoop.start(0,999);
  10. }
  11.